home *** CD-ROM | disk | FTP | other *** search
/ The X-Philes (2nd Revision) / The X-Philes Number 1 (1995).iso / xphiles / hp48hor2 / vectprob.doc < prev    next >
Text File  |  1995-03-31  |  1KB  |  31 lines

  1. (Comp.sys.hp48) 
  2. Item: 323 by cloos@acsu.buffalo.edu [James H. Cloos] 
  3. Subj: Probability stuff (discrete) 
  4. Date: Thu Dec 05 1991 
  5.  
  6. IBM does a linear convolution of two vectors, e.g.: 
  7. [ 1 1 1 1 1 1 ] [ 1 1 1 1 1 1 ] IBM ==> [ 1 2 3 4 5 6 7 6 5 4 3 2 1 ] 
  8. This is useful in determinig the probabilities of the sum of a number of 
  9. arbitrary dice. 
  10.  
  11. IBP convolutes a vector with itself n times, vector in 2 and N, a real, in 1. 
  12.  
  13. NXY takes number of dice in level2 and number of sides per die in level1, 
  14. the result is a vector showing hte relative probabilities of getting each 
  15. possible outcome. 
  16.  
  17. NXYZ is like NXY, except its: #dice thrown in 3, #sides/die in 2, and # of 
  18. dice sumed up in level1.  The highest (1) of (3) dice of (2) sides are 
  19. assumed.  Reverse the resultant vector to get the lowest. 
  20.  
  21. The P...s are like the N...s, except probs are normalized to a total of 1. 
  22.  
  23. P\->D is for probablility to distribution. 
  24.  
  25. -JimC 
  26. -- 
  27. James H. Cloos, Jr.           Phone:  +1 716 673-1250 
  28. cloos@ACSU.Buffalo.EDU                 Snail:  PersonalZipCode:  14048-0772, 
  29. USA 
  30. cloos@ub.UUCP                          Note:     Phone & Snail to change soon! 
  31.